home *** CD-ROM | disk | FTP | other *** search
/ Ah My Goddess / Ah My Goddess.iso / pc / stage / start.dxr / 00011.ls < prev    next >
Encoding:
Text File  |  1997-09-08  |  290 b   |  14 lines

  1. on exitFrame
  2.   if the duration of member the number of member "OPENNING.MOV" > the movieTime of sprite 4 then
  3.     lfxkeycontrol()
  4.     if gfxexitmovie() then
  5.       gfxfalsepapette(1, 48)
  6.       go(1, "ENDING")
  7.     else
  8.       go(the frame)
  9.     end if
  10.   else
  11.     go(the frame + 1)
  12.   end if
  13. end
  14.